projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab2980
)
arm: mx6: cm-fx6: increase size of malloc area
author
Nikita Kiryanov
<
[email protected]
>
Wed, 14 Jan 2015 08:42:45 +0000
(10:42 +0200)
committer
Stefano Babic
<
[email protected]
>
Thu, 29 Jan 2015 16:42:28 +0000
(17:42 +0100)
Increase size of malloc area to make room for framebuffer
and other such big allocations.
Signed-off-by: Nikita Kiryanov <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Cc: Igor Grinberg <
[email protected]
>
include/configs/cm_fx6.h
patch
|
blob
|
history
diff --git
a/include/configs/cm_fx6.h
b/include/configs/cm_fx6.h
index d79c83bf2dcaef0cb0009790fb4d4612d4fa7802..a2e42c45923bc2d2dd3c63d693d72b8b7b2d788e 100644
(file)
--- a/
include/configs/cm_fx6.h
+++ b/
include/configs/cm_fx6.h
@@
-276,7
+276,7
@@
/* misc */
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_STACKSIZE (128 * 1024)
-#define CONFIG_SYS_MALLOC_LEN (
2
* 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (
10
* 1024 * 1024)
#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 800 /* 400 KB */
#define CONFIG_OF_BOARD_SETUP